CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shortest path parallel

搜索资源列表

  1. XShortest.rar

    0下载:
  2. 最短路径的并行算法 采用TBB 需要intel编译器 速度很快,Parallel shortest path algorithm required the use of TBB fast intel compiler
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:342779
    • 提供者:邓辉
  1. Dijkstra-omp

    0下载:
  2. C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:computing
  1. Single_source_shortpath_dij

    0下载:
  2. 迪杰斯特拉算法求最短路径的并行实现,可以修改结点个数-Parallel Algorithm for Shortest Path
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1785
    • 提供者:ck
  1. An-algorithm--based-on-PCNN-model

    0下载:
  2. 本文根据脉冲耦合神经网络(PCNN)并行运行的特点,提出了基于PCNN 模型的迷宫最短路径搜索算法。 从理论上对该算法进行了分析和讨论,并给出了具体的算法和实验结果,验证了该方法的有效性。与其他算法相比, 该方法可以在最短的时间内完成最短路径的搜索。-Based on Pulse Coupled Neural Network (PCNN) run in parallel the characteristics of PCNN model is proposed based on the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:347141
    • 提供者:wangxx
  1. Shortest-Path-Based-on-Delay-PCNN

    0下载:
  2.  本文在脉冲耦合神经网络(PCNN2Pulse Coupled Neural Network) 的基础上,提出了时延脉冲耦合神经网络 (DPCNN2Delay PCNN) ,并将其成功地用于求解最短路径,同时给出了基于DPCNN 的最短路径求解算法. Caulfield 与 Kinser 提出了用PCNN 求解迷宫问题的方法,虽然他们的方法也可用于求解最短路径,但所需神经元的数量巨大,而本 文的方法所需的神经元的数量远小于他们的方法. 同时,本文的方法充分利用了DPCNN 脉冲快速并
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:102175
    • 提供者:wangxx
  1. Shortest-path

    0下载:
  2. 弗洛伊德(Floyd)算法 MPI并行算法 MPI.h MPI.c源码-Floyd (Floyd) algorithm source MPI parallel algorithm MPI.h MPI.c
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:268176
    • 提供者:riter
  1. FloydGPU

    0下载:
  2. 图的最短路径算法floyd,在GPU上进行的并行实现。-Shortest path algorithm floyd on the GPU in parallel.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1683
    • 提供者:yaya
  1. dijkatra_Parallel-_CPP

    0下载:
  2. 最短路径的并行实现;CPP源码,不好你找我!-Parallel implementation of the shortest path CPP source, bad you find me!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-30
    • 文件大小:2889842
    • 提供者:19890623
  1. 4

    0下载:
  2. 针对目前图形处理器(GPU) 上的动态数据处理问题,在分析现有并行单源最短路径(SSSP) 算法的基础上,对 GPU上的Moore SSSP算法进行并行化设计与实现。搜索时,综合应用层次化任务分配、层次化工作队列、层次化 Kernel 调用等策略。在不同类型图数据上进行实验测试,实验结果表明,该算法能有效减少空线程开销、访存开销以及同步时间。-For dynamic data processing on the graphics processor (GPU), the analysis of
  3. 所属分类:Project Design

    • 发布日期:2017-12-04
    • 文件大小:1076435
    • 提供者:JIANGLILY
  1. mpi

    0下载:
  2. 高性能计算与云计算 实验报告 ——MPI 求最短路径 本实验的目的是通过练习掌握分布存储并行编程的知识和技巧。 1. 了解并行算法的设计方法 2. 掌握MPI并行程序编写的基本步骤 3. 掌握MPI编程环境和工具的使用 4. 了解MPI程序调试和调优的技巧 -High-performance computing and cloud computing lab report MPI seeking purpose of this experiment is th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:184507
    • 提供者:alfred artorius
  1. the shortest path program in graph theory

    0下载:
  2. 图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:27648
    • 提供者:四姑娘
  1. Assignment 3

    0下载:
  2. In this report, we study on the intermodal transportation system of Pearl River Delta city group. In the system, each city is regarded as a node. For convenience, we remove some unimportant cities and simplify the system from 14 nodes to 5 nodes. Bec
  3. 所属分类:交通/航空行业

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:鱼888
搜珍网 www.dssz.com